-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(autoware_image_projection_based_fusion): add mask cluster fusion node #9482
base: main
Are you sure you want to change the base?
feat(autoware_image_projection_based_fusion): add mask cluster fusion node #9482
Conversation
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Barış Zeren <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR. Would you mind making this PR a draft and re-open it once the documentation is complete (e.g. docs/mask_cluster_fusion_node.md)?
perception/autoware_image_projection_based_fusion/config/mask_cluster_fusion.param.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Documentation URL: https://autowarefoundation.github.io/autoware.universe/pr-9482/ |
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
Description
This PR introduces a new node for fusing instance segmentation results with clusters, assigning label values to the clusters. It serves as an alternative to the roi_cluster_fusion node, which relies on bounding boxes.
Following table shows results with old and new approach:
roi_cluster_fusion
only_allow_inside_cluster = false
roi_cluster_fusion
only_allow_inside_cluster = true
mask_cluster_fusion
default
Related links
Parent Issue:
How was this PR tested?
Testers can follow these steps to test PR.
1) Download the pre-trained RTMDet model:
2) For
autoware
use following PR:3) For
autoware.universe
use this and following PR:4) Build your Autoware workspace with new changes.
5) Run e2e or logging simulator.
6) Update the topic parameters from
launch/rtmdet.launch.xml
and run the launch file7) Update the topic parameters from
launch/mask_cluster_fusion.launch.xml
and run the launch file/perception/object_recognition/detection/clustering/camera_lidar_fusion/clusters
topic.Notes for reviewers
Interface changes
None.
Effects on system behavior
None.